Skip to content

Comments

chore: librarian release pull request: 20260217T233413Z#2461

Merged
tswast merged 1 commit intomainfrom
librarian-20260217T233413Z
Feb 18, 2026
Merged

chore: librarian release pull request: 20260217T233413Z#2461
tswast merged 1 commit intomainfrom
librarian-20260217T233413Z

Conversation

@sycai
Copy link
Contributor

@sycai sycai commented Feb 17, 2026

PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.

Librarian Version: v0.7.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:1a2a85ab507aea26d787c06cc7979decb117164c81dd78a745982dfda80d4f68

bigframes: 2.36.0

2.36.0 (2026-02-17)

Features

Documentation

@sycai sycai requested review from a team as code owners February 17, 2026 23:34
@sycai sycai requested a review from chelsea-lin February 17, 2026 23:34
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Feb 17, 2026
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. label Feb 17, 2026
@sycai sycai requested a review from shuoweil February 17, 2026 23:35
@chelsea-lin
Copy link
Contributor

The e2e has two failures. Can we double-check whether these are release blockers before proceeding.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns

@sycai
Copy link
Contributor Author

sycai commented Feb 18, 2026

The e2e has two failures. Can we double-check whether these are release blockers before proceeding.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns

After debugging with @chelsea-lin we found that gcsfs 2026.2.0 was still installed even though it has been excluded in #2445.

Judging from the continuous e2e test history, these two tests are flaky. So I think they should not block the release.

@tswast
Copy link
Collaborator

tswast commented Feb 18, 2026

The e2e has two failures. Can we double-check whether these are release blockers before proceeding.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns

After debugging with @chelsea-lin we found that gcsfs 2026.2.0 was still installed even though it has been excluded in #2445.

Judging from the continuous e2e test history, these two tests are flaky. So I think they should not block the release.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns
2 failed, 3544 passed, 32 skipped, 42 xfailed, 3 xpassed, 504 warnings in 803.63s (0:13:23)
nox > Command py.test --quiet -n=20 --timeout=600 --junitxml=small_prerelease_3.13_sponge_log.xml --cov=bigframes --cov=tests/system/small --cov-append --cov-config=.coveragerc --cov-report=term-missing --cov-fail-under=0 tests/system/small --ignore=tests/system/small/functions/test_remote_function.py failed with exit code 1
nox > Session system_prerelease failed.
nox > Ran 3 sessions in an hour:
nox > * e2e: success, took 41 minutes
nox > * unit_prerelease: success, took 5 minutes
nox > * system_prerelease: failed, took 17 minutes

The prerelease tests intentionally ignore setup.py, so this is expected. Please file an issue on the gcsfs repo if we haven't already.

@tswast
Copy link
Collaborator

tswast commented Feb 18, 2026

Given that e2e passed, let's merge this. We should consider pulling the prerelease tests into a separate non-blocking kokoro job.

@tswast tswast merged commit 5c91fb6 into main Feb 18, 2026
22 of 24 checks passed
@tswast tswast deleted the librarian-20260217T233413Z branch February 18, 2026 15:34
@sycai
Copy link
Contributor Author

sycai commented Feb 18, 2026

The e2e has two failures. Can we double-check whether these are release blockers before proceeding.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns

After debugging with @chelsea-lin we found that gcsfs 2026.2.0 was still installed even though it has been excluded in #2445.
Judging from the continuous e2e test history, these two tests are flaky. So I think they should not block the release.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns
2 failed, 3544 passed, 32 skipped, 42 xfailed, 3 xpassed, 504 warnings in 803.63s (0:13:23)
nox > Command py.test --quiet -n=20 --timeout=600 --junitxml=small_prerelease_3.13_sponge_log.xml --cov=bigframes --cov=tests/system/small --cov-append --cov-config=.coveragerc --cov-report=term-missing --cov-fail-under=0 tests/system/small --ignore=tests/system/small/functions/test_remote_function.py failed with exit code 1
nox > Session system_prerelease failed.
nox > Ran 3 sessions in an hour:
nox > * e2e: success, took 41 minutes
nox > * unit_prerelease: success, took 5 minutes
nox > * system_prerelease: failed, took 17 minutes

The prerelease tests intentionally ignore setup.py, so this is expected. Please file an issue on the gcsfs repo if we haven't already.

@TrevorBergeron has pointed out the potential cause fsspec/filesystem_spec#1990. Looks like it has already been fixed last week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. release:done size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants